QuickOPC User's Guide and Reference
DisplayValue Method (UABaseVariable<TValue,TAttribute>)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Modelling Namespace > UABaseVariable<TValue,TAttribute> Class : DisplayValue Method
The value of the variable, formatted for display purposes.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Overridable Function DisplayValue() As String
'Usage
 
Dim instance As UABaseVariable(Of TValue,TAttribute)
Dim value As String
 
value = instance.DisplayValue()
[NotNull()]
public virtual string DisplayValue()
[NotNull()]
public:
virtual String^ DisplayValue(); 

Return Value

The formatted variable value.
Requirements

Target Platforms: Windows 7 with SP1, Windows Server 2008 R2 with SP1

See Also

Reference

UABaseVariable<TValue,TAttribute> Class
UABaseVariable<TValue,TAttribute> Members